enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Contacts - Offre d'activités des Associations - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
int
Exemple
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
telephone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
int
Exemple
                       
mail
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mail
Type
texte
Exemple
                       
telephone_local
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone_local
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"om-vieassociative-offre-contact",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-vieassociative-offre-contact"
      }
    ]
    ,
  • "definitions":
    {
    • "om-vieassociative-offre-contact":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-vieassociative-offre-contact_records"
            }
          }
        }
      }
      ,
    • "om-vieassociative-offre-contact_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"integer",
              • "title":"id",
              • "description":""
              }
              ,
            • "nom":
              {
              • "type":"string",
              • "title":"nom",
              • "description":""
              }
              ,
            • "telephone":
              {
              • "type":"integer",
              • "title":"telephone",
              • "description":""
              }
              ,
            • "mail":
              {
              • "type":"string",
              • "title":"mail",
              • "description":""
              }
              ,
            • "telephone_local":
              {
              • "type":"string",
              • "title":"telephone_local",
              • "description":""
              }
            }
          }
        }
      }
    }
}